home *** CD-ROM | disk | FTP | other *** search
- --AMIGADOS GUIDE V2.6--
- LAB
-
-
- USE:
- LAB is short for Label and is part of the script languages Skip...LAB...
- Endskip construct. It defines a label where the skip is to jump to.
-
- PATH:
- Internal
-
- SYSTEM:
- 2.0 (enhanced), 2.1, 3.0
-
- EXAMPLES:
- SKIP BOB (start skip process)
- --- (misses command here)
- LAB BOB (skip jumps to this point)
-
- NOTES:
- LAB can only be used within a script file.
-
- It is advisable not to use spaces or any weird characters when using a
- label.
-